home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The X-Philes (2nd Revision)
/
The X-Philes Number 1 (1995).iso
/
xphiles
/
hp48_2
/
tools.exe
/
EXAMPLES
/
GEO
/
GECFG.S
< prev
next >
Wrap
Text File
|
1991-07-18
|
761b
|
25 lines
TITLE Geometry Library Configuration
INCLUDE GEROMID.H
INCLUDE GEEXTDEC.H
*****************************************************************
* Add the Geometry Library ROMPART to the SYSRAMROMPAIR.
* The following construction of a binary integer is used
* to enable use of the GEROMID equate defined in GEROMID.H.
*
* NOTE: The label GEcfg is only referenced via a relative address
* in the header file GEHEAD so it is being made a "NAMELESS".
* If it was going to be referenced from a secondary then it would
* need to changed to a "NULLNAME" so that the reference would be
* made via a romptr.
*****************************************************************
ASSEMBLE
=GEcfg
RPL
::
DOBINT GEROMID
XEQSETLIB ( autoattach )
;